home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / delphi6 / dclLVw6.dpk < prev    next >
Encoding:
Delphi Package  |  2001-06-24  |  866 b   |  48 lines

  1. package dclLVw6;
  2.  
  3. {$R *.res}
  4. {$R 'htmllite.dcr'}
  5. {$ALIGN 1}
  6. {$ASSERTIONS OFF}
  7. {$BOOLEVAL OFF}
  8. {$DEBUGINFO OFF}
  9. {$EXTENDEDSYNTAX ON}
  10. {$IMPORTEDDATA OFF}
  11. {$IOCHECKS ON}
  12. {$LOCALSYMBOLS OFF}
  13. {$LONGSTRINGS ON}
  14. {$OPENSTRINGS ON}
  15. {$OPTIMIZATION ON}
  16. {$OVERFLOWCHECKS OFF}
  17. {$RANGECHECKS OFF}
  18. {$REFERENCEINFO OFF}
  19. {$SAFEDIVIDE OFF}
  20. {$STACKFRAMES OFF}
  21. {$TYPEDADDRESS OFF}
  22. {$VARSTRINGCHECKS ON}
  23. {$WRITEABLECONST ON}
  24. {$MINENUMSIZE 1}
  25. {$IMAGEBASE $400000}
  26. {$DESCRIPTION 'ThtmlLite'}
  27. {$DESIGNONLY}
  28. {$IMPLICITBUILD ON}
  29.  
  30. requires
  31.   vcl,
  32.   vcljpg,
  33.   designide;
  34.  
  35. {%File 'LiteCons.inc'}
  36.  
  37. contains
  38.   HTMLLite in 'HTMLLite.pas',
  39.   LiteUn2 in 'LiteUn2.pas',
  40.   LiteGif in 'LiteGif.pas',
  41.   LitePars in 'LitePars.pas',
  42.   LiteSbs1 in 'LiteSbs1.pas',
  43.   LiteSubs in 'LiteSubs.pas',
  44.   LiteCEdt in 'LiteCEdt.pas',
  45.   LiteDith in 'LiteDith.pas';
  46.  
  47. end.
  48.